RemoteNotebook
Wolfram Kernel
Execution environment
represents notebook object for a evaluation Kernel
RemoteNotebook[uid_String] _RemoteNotebook
Properties
Get see all properties of a notebook object:
n = EvaluationNotebook[];
n["Properties"]
Methods
How to create notebooks
- Use the default importer for WLN files
Import["notebook.wln", "WLN"]
- Use CreateDocument